Farbpaletten nutzen #14

Closed
opened 2019-05-28 13:33:41 +00:00 by fabian · 1 comment
Owner

z.B. für Matrix:

DEFINE_GRADIENT_PALETTE( matrix ) {
  0, 255, 255, 255,
  1,   0, 255,   0,
255,   0,   0,   0
}
z.B. für Matrix: ``` DEFINE_GRADIENT_PALETTE( matrix ) { 0, 255, 255, 255, 1, 0, 255, 0, 255, 0, 0, 0 } ```
Author
Owner

Vielleicht auch für sinematrix3? Wenn die Palette endet, wie sie anfängt...?

Vielleicht auch für sinematrix3? Wenn die Palette endet, wie sie anfängt...?
Sign in to join this conversation.
No Label
Bug
Effekte
Sprites
WIP
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: fabian/pitrix#14
No description provided.