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.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: fabian/pitrix#14
No description provided.