Home
last modified time | relevance | path

Searched defs:Color (Results 1 – 25 of 5775) sorted by relevance

12345678910>>...231

/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Primitives/
H A DColor.cs20 readonly long argb;
95 Color(long argb) in Color() argument
100 public int ToArgb() in ToArgb()
110 public static Color FromArgb(int argb) in FromArgb()
115 public static Color FromArgb(uint argb) in FromArgb()
151 public float GetBrightness() in GetBrightness()
158 public float GetSaturation() in GetSaturation()
172 public float GetHue() in GetHue()
203 public bool Equals(Color other) in Equals()
216 public override int GetHashCode() in GetHashCode()
[all …]
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/gdiplus/
H A Dgdipluscolor.h42 typedef struct Color struct
52 friend class Graphics;
55 friend class Pen;
208 Color(): Value(0xFF000000) {} in Color() argument
209 Color(ARGB argb): Value(argb) {} in Color() function
210 Color(BYTE r, BYTE g, BYTE b): Value(MakeARGB(0xFF, r, g, b)) {} in Color() argument
213 BYTE GetA() const in GetA()
221 BYTE GetB() const in GetB()
229 BYTE GetG() const in GetG()
237 BYTE GetR() const in GetR()
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdipluscolor.h37 typedef struct Color struct
47 friend class Graphics;
50 friend class Pen;
203 Color(): Value(0xFF000000) {} in Color() argument
204 Color(ARGB argb): Value(argb) {} in Color() function
205 Color(BYTE r, BYTE g, BYTE b): Value(MakeARGB(0xFF, r, g, b)) {} in Color() function
208 BYTE GetA() const in GetA()
216 BYTE GetB() const in GetB()
224 BYTE GetG() const in GetG()
232 BYTE GetR() const in GetR()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdipluscolor.h37 typedef struct Color struct
47 friend class Graphics;
50 friend class Pen;
203 Color(): Value(0xFF000000) {} in Color() argument
204 Color(ARGB argb): Value(argb) {} in Color() function
205 Color(BYTE r, BYTE g, BYTE b): Value(MakeARGB(0xFF, r, g, b)) {} in Color() argument
208 BYTE GetA() const in GetA()
216 BYTE GetB() const in GetB()
224 BYTE GetG() const in GetG()
232 BYTE GetR() const in GetR()
[all …]
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/gdiplus/
H A Dgdipluscolor.h42 typedef struct Color struct
52 friend class Graphics;
55 friend class Pen;
208 Color(): Value(0xFF000000) {} in Color() argument
209 Color(ARGB argb): Value(argb) {} in Color() argument
210 Color(BYTE r, BYTE g, BYTE b): Value(MakeARGB(0xFF, r, g, b)) {} in Color() function
213 BYTE GetA() const in GetA()
221 BYTE GetB() const in GetB()
229 BYTE GetG() const in GetG()
237 BYTE GetR() const in GetR()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DColor.cs46 public struct Color { struct
49 private long value;
63 internal short state;
69 internal string name;
72 public string Name {
111 internal long Value {
137 public int ToArgb() in ToArgb()
328 public byte A {
332 public byte R {
336 public byte G {
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Primitives/src/System/Drawing/
H A DColor.cs322 private const int ARGBRedShift = 16;
345 internal Color(KnownColor knownColor) in Color() method
353 private Color(long value, short state, string name, KnownColor knownColor) in Color() argument
371 public bool IsEmpty => state == 0;
384 public string Name
407 private long Value
472 public float GetBrightness() in GetBrightness()
504 public Single GetHue() in GetHue()
561 public float GetSaturation() in GetSaturation()
613 public override string ToString() in ToString()
[all …]
/dports/devel/godot/godot-3.2.3-stable/modules/mono/glue/GodotSharp/GodotSharp/Core/
H A DColor.cs23 public float r;
28 public float g;
33 public float b;
44 public int r8
60 public int g8
76 public int b8
604 public Color(float r, float g, float b, float a = 1.0f) in Color() method
617 public Color(Color c, float a = 1.0f) in Color() argument
630 public Color(int rgba) in Color() method
646 public Color(long rgba) in Color() method
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/glue/GodotSharp/GodotSharp/Core/
H A DColor.cs23 public float r;
28 public float g;
33 public float b;
44 public int r8
60 public int g8
76 public int b8
604 public Color(float r, float g, float b, float a = 1.0f) in Color() argument
617 public Color(Color c, float a = 1.0f) in Color() argument
630 public Color(int rgba) in Color() method
646 public Color(long rgba) in Color() method
[all …]
/dports/graphics/pinta/pinta-1.7.1/Pinta.Docking/Xwt.Drawing/
H A DColor.cs32 struct Color struct
34 double r, g, b, a;
37 HslColor hsl;
39 public double Red {
44 public double Green {
49 public double Blue {
54 public double Alpha {
59 public double Hue {
77 public double Light {
99 HslColor Hsl {
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.WindowsRuntime/src/System/Windows/UI/
H A DColor.cs35 public struct Color : IFormattable struct
37 private byte _A;
38 private byte _R;
39 private byte _G;
40 private byte _B;
54 public byte A property
60 public byte R property
66 public byte G property
72 public byte B property
78 public override string ToString() in ToString()
[all …]
/dports/graphics/xournalpp/xournalpp-1.1.0/src/util/
H A DColor.h21 using Color = uint32_t; variable
26 struct Color { struct
30 constexpr Color(T t): val(uint32_t(t)) {} in Color() function
32 constexpr explicit Color(T t): val(uint32_t(t)) {} in Color() argument
34 constexpr explicit Color(T t): val(uint32_t(t)) {} in Color() function
51 constexpr auto operator=(Color const& rhs) -> Color& = default; argument
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/testbed/opengl-framework/src/maths/
H A DColor.h33 struct Color { struct
45 Color() : r(1), g(1), b(1), a(1) {} in Color() function
48 Color(float r, float g, float b, float a) : r(r), g(g), b(b), a(a) {} in Color() argument
51 Color(const Color& color) : r(color.r), g(color.g), b(color.b), a(color.a) {} in Color() argument
54 ~Color() {} in ~Color() argument
57 static Color black() { return Color(0.0f, 0.0f, 0.0f, 1.0f);} in black() argument
60 static Color white() { return Color(1.0f, 1.0f, 1.0f, 1.0f);} in white() argument
63 static Color red() { return Color(1.0f, 0.0f, 0.0f, 1.0f);} in red() argument
66 static Color green() { return Color(0.0f, 1.0f, 0.0f, 1.0f);} in green() argument
69 static Color blue() { return Color(0.0f, 0.0f, 1.0f, 1.0f);} in blue() argument
/dports/www/beehive/beehive-0.4.0/vendor/github.com/muesli/gamut/
H A Dcolors.go10 type Color struct { struct
11 Name string
12 Color color.Color argument
13 Reference string
41 func Tetradic(c1 color.Color, c2 color.Color) []color.Color {
49 func Triadic(c color.Color) []color.Color {
57 func Quadratic(c color.Color) []color.Color {
66 func Analogous(c color.Color) []color.Color {
84 func Contrast(c color.Color) color.Color {
147 func Cool(c color.Color) bool {
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/google.golang.org/genproto/googleapis/type/color/
H A Dcolor.pb.go144 type Color struct { struct
168 func (m *Color) Reset() { *m = Color{} }
170 func (*Color) ProtoMessage() {}
171 func (*Color) Descriptor() ([]byte, []int) {
175 func (m *Color) XXX_Unmarshal(b []byte) error {
181 func (m *Color) XXX_Merge(src proto.Message) {
184 func (m *Color) XXX_Size() int {
187 func (m *Color) XXX_DiscardUnknown() {
193 func (m *Color) GetRed() float32 {
200 func (m *Color) GetGreen() float32 {
[all …]
/dports/net/grpcui/grpcui-1.1.0/vendor/google.golang.org/genproto/googleapis/type/color/
H A Dcolor.pb.go144 type Color struct { struct
168 func (m *Color) Reset() { *m = Color{} }
170 func (*Color) ProtoMessage() {}
171 func (*Color) Descriptor() ([]byte, []int) {
175 func (m *Color) XXX_Unmarshal(b []byte) error {
181 func (m *Color) XXX_Merge(src proto.Message) {
184 func (m *Color) XXX_Size() int {
187 func (m *Color) XXX_DiscardUnknown() {
193 func (m *Color) GetRed() float32 {
200 func (m *Color) GetGreen() float32 {
[all …]
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/genproto/googleapis/type/color/
H A Dcolor.pb.go144 type Color struct { struct
168 func (m *Color) Reset() { *m = Color{} }
170 func (*Color) ProtoMessage() {}
171 func (*Color) Descriptor() ([]byte, []int) {
175 func (m *Color) XXX_Unmarshal(b []byte) error {
181 func (m *Color) XXX_Merge(src proto.Message) {
184 func (m *Color) XXX_Size() int {
187 func (m *Color) XXX_DiscardUnknown() {
193 func (m *Color) GetRed() float32 {
200 func (m *Color) GetGreen() float32 {
[all …]
/dports/net/evans/evans-0.9.1/vendor/google.golang.org/genproto/googleapis/type/color/
H A Dcolor.pb.go144 type Color struct { struct
168 func (m *Color) Reset() { *m = Color{} }
170 func (*Color) ProtoMessage() {}
171 func (*Color) Descriptor() ([]byte, []int) {
175 func (m *Color) XXX_Unmarshal(b []byte) error {
181 func (m *Color) XXX_Merge(src proto.Message) {
184 func (m *Color) XXX_Size() int {
187 func (m *Color) XXX_DiscardUnknown() {
193 func (m *Color) GetRed() float32 {
200 func (m *Color) GetGreen() float32 {
[all …]
/dports/devel/goprotobuf/protobuf-1.1.0/src/google.golang.org/genproto/googleapis/type/color/
H A Dcolor.pb.go136 type Color struct { struct
160 func (m *Color) Reset() { *m = Color{} }
162 func (*Color) ProtoMessage() {}
163 func (*Color) Descriptor() ([]byte, []int) {
166 func (m *Color) XXX_Unmarshal(b []byte) error {
172 func (dst *Color) XXX_Merge(src proto.Message) {
175 func (m *Color) XXX_Size() int {
178 func (m *Color) XXX_DiscardUnknown() {
184 func (m *Color) GetRed() float32 {
191 func (m *Color) GetGreen() float32 {
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/google.golang.org/genproto/go-genproto-082222b4a5c5/googleapis/type/color/
H A Dcolor.pb.go136 type Color struct { struct
160 func (m *Color) Reset() { *m = Color{} }
162 func (*Color) ProtoMessage() {}
163 func (*Color) Descriptor() ([]byte, []int) {
166 func (m *Color) XXX_Unmarshal(b []byte) error {
172 func (dst *Color) XXX_Merge(src proto.Message) {
175 func (m *Color) XXX_Size() int {
178 func (m *Color) XXX_DiscardUnknown() {
184 func (m *Color) GetRed() float32 {
191 func (m *Color) GetGreen() float32 {
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/google.golang.org/genproto/googleapis/type/color/
H A Dcolor.pb.go144 type Color struct { struct
168 func (m *Color) Reset() { *m = Color{} }
170 func (*Color) ProtoMessage() {}
171 func (*Color) Descriptor() ([]byte, []int) {
175 func (m *Color) XXX_Unmarshal(b []byte) error {
181 func (m *Color) XXX_Merge(src proto.Message) {
184 func (m *Color) XXX_Size() int {
187 func (m *Color) XXX_DiscardUnknown() {
193 func (m *Color) GetRed() float32 {
200 func (m *Color) GetGreen() float32 {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/google.golang.org/genproto/googleapis/type/color/
H A Dcolor.pb.go144 type Color struct { struct
168 func (m *Color) Reset() { *m = Color{} }
170 func (*Color) ProtoMessage() {}
171 func (*Color) Descriptor() ([]byte, []int) {
175 func (m *Color) XXX_Unmarshal(b []byte) error {
181 func (m *Color) XXX_Merge(src proto.Message) {
184 func (m *Color) XXX_Size() int {
187 func (m *Color) XXX_DiscardUnknown() {
193 func (m *Color) GetRed() float32 {
200 func (m *Color) GetGreen() float32 {
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/google.golang.org/genproto/googleapis/type/color/
H A Dcolor.pb.go136 type Color struct { struct
160 func (m *Color) Reset() { *m = Color{} }
162 func (*Color) ProtoMessage() {}
163 func (*Color) Descriptor() ([]byte, []int) {
166 func (m *Color) XXX_Unmarshal(b []byte) error {
172 func (dst *Color) XXX_Merge(src proto.Message) {
175 func (m *Color) XXX_Size() int {
178 func (m *Color) XXX_DiscardUnknown() {
184 func (m *Color) GetRed() float32 {
191 func (m *Color) GetGreen() float32 {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/google.golang.org/genproto/googleapis/type/color/
H A Dcolor.pb.go144 type Color struct { struct
168 func (m *Color) Reset() { *m = Color{} }
170 func (*Color) ProtoMessage() {}
171 func (*Color) Descriptor() ([]byte, []int) {
175 func (m *Color) XXX_Unmarshal(b []byte) error {
181 func (m *Color) XXX_Merge(src proto.Message) {
184 func (m *Color) XXX_Size() int {
187 func (m *Color) XXX_DiscardUnknown() {
193 func (m *Color) GetRed() float32 {
200 func (m *Color) GetGreen() float32 {
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/google.golang.org/genproto/go-genproto-eb59cef1c072/googleapis/type/color/
H A Dcolor.pb.go144 type Color struct { struct
168 func (m *Color) Reset() { *m = Color{} }
170 func (*Color) ProtoMessage() {}
171 func (*Color) Descriptor() ([]byte, []int) {
175 func (m *Color) XXX_Unmarshal(b []byte) error {
181 func (m *Color) XXX_Merge(src proto.Message) {
184 func (m *Color) XXX_Size() int {
187 func (m *Color) XXX_DiscardUnknown() {
193 func (m *Color) GetRed() float32 {
200 func (m *Color) GetGreen() float32 {
[all …]

12345678910>>...231